From 14eb34874a63719c77db36f10c615c70f9179e49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Sun, 6 Feb 2011 22:22:19 +0000 Subject: [PATCH] configure.ac: Remove some more obsolete macros AC_TYPE_SIGNAL: obsolete when assuming C89 or better AC_HEADER_SYS_WAIT: current systems are compatible with POSIX --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 0c59ab2003..525816492c 100644 --- a/configure.ac +++ b/configure.ac @@ -847,10 +847,6 @@ AM_CONDITIONAL(INCLUDE_IM_TI_ET, [test x"$INCLUDE_ti_et" = xyes]) AM_CONDITIONAL(INCLUDE_IM_VIQR, [test x"$INCLUDE_viqr" = xyes]) AM_CONDITIONAL(INCLUDE_IM_XIM, [test x"$INCLUDE_xim" = xyes]) -AC_HEADER_SYS_WAIT - -AC_TYPE_SIGNAL - # Checks to see whether we should include mediaLib # support. # -- 2.30.2